---
title: "Get phub order import detail by id"
method: GET
path: "/admin/phub-order/import/{id:[0-9]+}"
tags: ["PhubOrderApi"]
---

# Get phub order import detail by id

`GET /admin/phub-order/import/{id:[0-9]+}`

Get phub order import detail by id

## Path parameters

- `id` integer, required

## Response `200`

OK

- PhubOrderImportRespDto
  - `id` integer
  - `line_items` PhubLineItemImportRespDto[]
    - `id` integer
    - `line_item_import_id` integer
    - `product_name` string
    - `quantity` integer
    - `sku` string
    - `status` string
    - `tracking_carrier` string
    - `tracking_data` PhubLineItemImportTrackingDataRespDto
      - `tracking_number` string
      - `tracking_url` string
    - `variant_title` string
  - `order_name` string
  - `shipping_address` OrderShippingAddressDto
    - `address1` string
    - `address2` string
    - `city` string
    - `company` string
    - `country` string
    - `country_code` string
    - `first_name` string
    - `last_name` string
    - `name` string
    - `phone` string
    - `province` string
    - `zip` string
  - `shop_id` integer
  - `status` string

---

[API](https://skmtc.net/shopbase/apis/shopbase-internal-api.md) · [All operations](https://skmtc.net/shopbase/apis/shopbase-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopbase/shopbase-internal-api/revisions/353ccde6240d/schema)
